projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d877be3
)
(woman-decode-buffer): Clarify error message.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 3 Jan 2007 22:57:46 +0000
(22:57 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 3 Jan 2007 22:57:46 +0000
(22:57 +0000)
lisp/woman.el
patch
|
blob
|
history
diff --git
a/lisp/woman.el
b/lisp/woman.el
index 2d3513f009766e88c25c577726b7536186d93266..f880c6810f95fa44142edc08a71b1eb7e6fdc704 100644
(file)
--- a/
lisp/woman.el
+++ b/
lisp/woman.el
@@
-2112,7
+2112,7
@@
No external programs are used."
(progn (goto-char (point-min))
(not (re-search-forward "^\\.\\([pnil]p\\|sh\\)[ \n]"
(point-max) t))))
- (error "WoMan can only format man
pages written in the an format
")))
+ (error "WoMan can only format man
pages written with the usual `-man' macros
")))
(and (boundp 'font-lock-mode) font-lock-mode (font-lock-mode -1))
;; (fundamental-mode)